public int CreateNewGdPictureImage( int Width, int Height, short BitDepth, int BackColor )
public function CreateNewGdPictureImage( Width: Integer; Height: Integer; BitDepth: Int16; BackColor: Integer ): Integer;
public function CreateNewGdPictureImage( Width : int, Height : int, BitDepth : short, BackColor : int ) : int;
public: int CreateNewGdPictureImage( int Width, int Height, short BitDepth, int BackColor )
'Declaration Public Function CreateNewGdPictureImage( _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal BitDepth As Short, _ ByVal BackColor As Integer _ ) As Integer
'Declaration
Public Function CreateNewGdPictureImage( _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal BitDepth As Short, _ ByVal BackColor As Integer _ ) As Integer
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging GdPictureImaging Members